go/types.Checker.initVars (method)

4 uses

	go/types (current package)
		assignments.go#L388: func (check *Checker) initVars(lhs []*Var, orig_rhs []ast.Expr, returnStmt ast.Stmt) {
		assignments.go#L587: 	check.initVars(lhsVars, rhs, nil)
		decl.go#L528: 	check.initVars(lhs, []ast.Expr{init}, nil)
		stmt.go#L575: 			check.initVars(lhs, s.Results, s)